MicroStation 추가 정보

WorkSpaceSetup.cfg 환경설정 파일

WorkSpaceSetup.cfg 파일을 통해 워크스페이스를 사용자 정의할 수 있습니다. msconfig.cfg에는 WorkSpaceSetup.cfg에 대해 다음 항목이 포함됩니다.
%if exists ($(_USTN_CONFIGURATION)WorkSpaceSetup.cfg)
%  include $(_USTN_CONFIGURATION)WorkSpaceSetup.cfg
%endif

제공된 WorkSpaceSetup.cfg는 변경하지 않는 것이 좋습니다. 제공된 WorkSpaceSetup.cfg를 ConfigurationSetup.cfg 파일에서 정의한 사용자 정의 환경설정에 복사한 다음 사용자 정의해야 합니다.

제공된 파일의 내용은 다음과 같습니다.
#----------------------------------------------------------------------
#  WorkSpaceSetup.cfg - Configures WorkSpace for Your Organization
#
# The main function of this Configuration File is to set the label that
# your organization wants to use for WorkSpaces. WorkSpaces are the 
# grouping mechanism for WorkSets. The label for this level of grouping 
# could be Client, Facility, Department, Owner, or whatever you would 
# like it to be. The default label is the neutral "WorkSpace". Uncomment
# the definition below, and set it to your preferred label.
#----------------------------------------------------------------------
# _USTN_WORKSPACELABEL    : WorkSpace
#----------------------------------------------------------------------
# A second possible use for this Configuration File is to redirect the
# root directory where your Organization-wide standards are stored to somewhere 
# other than the default. The default is $(_USTN_CONFIGURATION)Organization/.
# It can be changed by redefining _USTN_ORGANIZATION.
#----------------------------------------------------------------------
#----------------------------------------------------------------------
# A third possible use for this Configuration File is to redirect the
# root directory where your WorkSpaces  are stored to somewhere other
# than the default. The default is $(_USTN_CONFIGURATION)WorkSpaces/.
# It can be changed by redefining _USTN_WORKSPACESROOT.
#
# Assume MY_WORKSPACES_LOCATION variable points to your desired network location like
#MY_WORKSPACES_LOCATION = //MyNetwork/MyWorkSpaces/
#
#%if defined (MY_WORKSPACES_LOCATION) && exists ($(MY_WORKSPACES_LOCATION))
#    _USTN_WORKSPACESROOT = $(MY_WORKSPACES_LOCATION)
#%endif
#----------------------------------------------------------------------

파일의 설명은 워크스페이스 레이블을 조직에 필요한 값으로 설정, 조직 전반의 표준 데이터 및/또는 기타 모든 워크스페이스 데이터를 다른 위치로 리디렉션(예: 네트워크 공유) 등 3가지 기본 사용에 대해 설명합니다.